From dd887f1615e6367ec83dd01a234df88bfada3227 Mon Sep 17 00:00:00 2001 From: Hollis Blanchard Date: Wed, 7 Feb 2007 18:53:33 -0600 Subject: [PATCH] [POWERPC][XEN] Fix mismerge. --- tools/libxc/xenguest.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tools/libxc/xenguest.h b/tools/libxc/xenguest.h index 2ae1fb287b..d2005201ce 100644 --- a/tools/libxc/xenguest.h +++ b/tools/libxc/xenguest.h @@ -142,4 +142,18 @@ int xc_set_hvm_param( int xc_get_hvm_param( int handle, domid_t dom, int param, unsigned long *value); +/* PowerPC specific. */ +int xc_prose_build(int xc_handle, + uint32_t domid, + unsigned int mem_mb, + const char *image_name, + const char *ramdisk_name, + const char *cmdline, + const char *features, + unsigned long flags, + unsigned int store_evtchn, + unsigned long *store_mfn, + unsigned int console_evtchn, + unsigned long *console_mfn); + #endif /* XENGUEST_H */ -- 2.30.2